recursive functions - определение. Что такое recursive functions
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое recursive functions - определение

WIKIMEDIA DISAMBIGUATION PAGE
Non-recursive; Recursive functions; Recursive function (disambiguation)
Найдено результатов: 615
General recursive function         
ONE OF SEVERAL EQUIVALENT DEFINITIONS OF A COMPUTABLE FUNCTION
Partial recursive function; Total recursive function; Mu-recursive; Mu recursive function; Mu-recursive function; Recursive function theory; M-recursive function; Μ recursion; General-recursive; General recursive; Recursive function (computability); Μ-recursive function; Μ-recursive
In mathematical logic and computer science, a general recursive function, partial recursive function, or μ-recursive function is a partial function from natural numbers to natural numbers that is "computable" in an intuitive sense – as well as in a formal one. If the function is total, it is also called a total recursive function (sometimes shortened to recursive function).
Primitive recursive function         
FUNCTION THAT CAN BE COMPUTED WITH LOOPS OF BOUNDED LENGTH
Primitive recursive; Primitive recursive functions; Primitive recursion; Primitive recursive fuctions
In computability theory, a primitive recursive function is roughly speaking a function that can be computed by a computer program whose loops are all "for" loops (that is, an upper bound of the number of iterations of every loop can be determined before entering the loop). Primitive recursive functions form a strict subset of those general recursive functions that are also total functions.
Primitive recursive set function         
Primitive recursive ordinal function
In mathematics, primitive recursive set functions or primitive recursive ordinal functions are analogs of primitive recursive functions, defined for sets or ordinals rather than natural numbers. They were introduced by .
Weierstrass elliptic function         
  • Visualization of the <math>\wp</math>-function with invariants <math>g_2=1+i</math> and <math>g_3=2-3i</math> in which white corresponds to a pole, black to a zero.
CLASS OF MATHEMATICAL FUNCTIONS
Weierstrass elliptic functions; Modular discriminant; Weierstrass P function; ℘; Weierstraß ℘ function; Weierstrass P-function; Weierstrass p; Weierstrass' elliptic function; Weierstrass's elliptic function; Weierp; Weierstrass p function; Weierstraß p function; Weierstrass P; Weierstrass p-function; P-function; P-functions; Weierstrass's elliptic functions
In mathematics, the Weierstrass elliptic functions are elliptic functions that take a particularly simple form. They are named for Karl Weierstrass.
Even and odd functions         
  • The [[cosine function]] and all of its [[Taylor polynomials]] are even functions. This image shows <math>\cos(x)</math> and its Taylor approximation of degree 4.
MATHEMATICAL FUNCTIONS
Odd function; Odd functions; Even function; Even functions; Even/odd function; Odd and even functions; Even–odd decomposition; Even part of a function; Odd part of a function; Even-odd decomposition
In mathematics, even functions and odd functions are functions which satisfy particular symmetry relations, with respect to taking additive inverses. They are important in many areas of mathematical analysis, especially the theory of power series and Fourier series.
Recursive science fiction         
SCIENCE FICTION ABOUT SCIENCE FICTION
Recursive alternate history; Recursive Science Fiction; Recursive fantasy fiction; Recursive simulation; Recursive plotting; Recursive science novel; Recursion time travel; Recursive fantasy; Recursive method; Recursive structures; Science fiction (recursive)
Recursive science fiction is a subgenre of science fiction, which itself takes the form of an exploration of science fiction within the narrative of the story.
Computable ordinal         
COUNTABLE ORDINAL THAT IS THE ORDER TYPE OF A COMPUTABLE SUBSET OF THE NATURAL NUMBERS
Recursive Ordinal; Constructive ordinal; Recursive ordinal
In mathematics, specifically computability and set theory, an ordinal \alpha is said to be computable or recursive if there is a computable well-ordering of a subset of the natural numbers having the order type \alpha.
Aggregate function         
TYPE OF FUNCTION IN DATABASE MANAGEMENT
Aggregation functions; Decomposable aggregation function; Aggregation function; Aggregation Functions; Aggregate functions
In database management, an aggregate function or aggregation function is a function where the values of multiple rows are grouped together to form a single summary value.
Primitive recursive functional         
In mathematical logic, the primitive recursive functionals are a generalization of primitive recursive functions into higher type theory. They consist of a collection of functions in all pure finite types.
Digital Library of Mathematical Functions         
ONLINE PROJECT MEANT TO BE A COLLECTION OF SPECIAL FUNCTIONS
DLMF; Digital library of mathematical functions; NIST Handbook of Mathematical Functions; Dlmf; NIST Handbook; NIST Digital Library of Mathematical Functions; NIST DLMF
The Digital Library of Mathematical Functions (DLMF) is an online project at the National Institute of Standards and Technology (NIST) to develop a database of mathematical reference data for special functions and their applications. It is intended as an update of Abramowitz's and Stegun's Handbook of Mathematical Functions (A&S).

Википедия

Recursive function

Recursive function may refer to:

  • Recursive function (programming), a function which references itself
  • General recursive function, a computable partial function from natural numbers to natural numbers
    • Primitive recursive function, a function which can be computed with loops of bounded length
  • Another name for computable function